Platform Explorer / Nuxeo Platform 6.0

Extension point backend

Documentation

Allows to register a backend implementation for the Audit Service

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.audit.service.extension.AuditBackendDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-audit-core-6.0.jar
    <extension point="backend" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService">
        
        <backend class="org.nuxeo.ecm.platform.audit.service.DefaultAuditBackend"/>
        
      </extension>